home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00060_level1a.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  245 b   |  9 lines

  1. on exitFrame
  2.   global WhichBug, TxtCursor
  3.   put EMPTY into field "changer"
  4.   set TxtCursor to 42 + WhichBug
  5.   set the castNum of sprite TxtCursor to the number of cast "FirstCursor"
  6.   updateStage()
  7.   set the visible of sprite TxtCursor to 1
  8. end
  9.